Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: format code with Autopep8, Black, isort and Yapf #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

deepsource-autofix[bot]
Copy link
Contributor

This commit fixes the style issues introduced in 3231cbb according to the output
from Autopep8, Black, isort and Yapf.

Details: None

This commit fixes the style issues introduced in 3231cbb according to the output
from Autopep8, Black, isort and Yapf.

Details: None
@cla-bot cla-bot bot added the cla-signed label Apr 3, 2024
Comment on lines +356 to +357
response = requests.post(
url, headers=headers, params=params, data=json.dumps(data)

Check warning

Code scanning / Bandit

Requests call without timeout Warning

Requests call without timeout
Comment on lines +402 to +403
response = requests.delete(
url, headers=headers, params=params, data=json.dumps(data)

Check warning

Code scanning / Bandit

Requests call without timeout Warning

Requests call without timeout
Comment on lines +449 to +450
response = requests.post(
url, headers=headers, params=params, data=json.dumps(data)

Check warning

Code scanning / Bandit

Requests call without timeout Warning

Requests call without timeout
Comment on lines +502 to +503
response = requests.delete(
url, headers=headers, params=params, data=json.dumps(data)

Check warning

Code scanning / Bandit

Requests call without timeout Warning

Requests call without timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants